Skip to content

Commit c793999

Browse files
yurishkuroJaredTan95
authored andcommitted
Unpin codeql actions (jaegertracing#5787)
## Which problem is this PR solving? - Renovate bot does not upgrade these because the main branch there is on v2 - Code scanning does not need to be locked down as strictly as reproducible builds ## Description of the changes - Use v3 instead of exact commit or exact semver - The logs still show the exact version used, e.g. `CODEQL_ACTION_VERSION: 3.25.15` ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: Jared Tan <[email protected]>
1 parent 0af4bcf commit c793999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
47+
uses: github/codeql-action/init@v3
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5454

5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
56+
uses: github/codeql-action/autobuild@v3
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
59+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)