Skip to content

Commit 060eb52

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
2 parents 068ade0 + 8c8a933 commit 060eb52

103 files changed

Lines changed: 4757 additions & 293 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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
File renamed without changes.

0 commit comments

Comments
 (0)