Skip to content

Commit 46ddfc6

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-2.0.0
2 parents d6a5bf5 + 07fa17d commit 46ddfc6

8 files changed

Lines changed: 19 additions & 11 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
versions: ${{ steps.compare.outputs.versions }}
1818

1919
permissions:
20-
actions: read
21-
contents: read
2220
security-events: write
2321

2422
steps:
@@ -68,8 +66,6 @@ jobs:
6866
runs-on: ${{ matrix.os }}
6967

7068
permissions:
71-
actions: read
72-
contents: read
7369
security-events: write
7470

7571
steps:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- Update README to include a sample permissions block. [#689](https://github.com/github/codeql-action/pull/689)
6+
7+
## 1.0.11 - 09 Aug 2021
8+
9+
- Update default CodeQL bundle version to 2.5.9. [#687](https://github.com/github/codeql-action/pull/687)
610

711
## 1.0.10 - 03 Aug 2021
812

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
4343
runs-on: ubuntu-latest
4444

45+
permissions:
46+
# required for all workflows
47+
security-events: write
48+
49+
# only required for workflows in private repositories
50+
actions: read
51+
contents: read
52+
4553
steps:
4654
- name: Checkout repository
4755
uses: actions/checkout@v2

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

runner/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql-runner",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"private": true,
55
"description": "CodeQL runner",
66
"scripts": {

0 commit comments

Comments
 (0)