Skip to content

Commit b66f025

Browse files
authored
actions UPDATE CodeQL actions and checkout new version (#2204)
* CodeQL actions and checkout Let's upgrade to the latest versions in order to avoid some warnings. * Build using latest main from each Actions Suggested-by: Michal Vasko <[email protected]>
1 parent 57f9949 commit b66f025

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@main
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@main
2929
with:
3030
languages: ${{ matrix.language }}
3131
queries: +security-and-quality
3232

3333
- name: Autobuild
34-
uses: github/codeql-action/autobuild@v2
34+
uses: github/codeql-action/autobuild@main
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@main
3838
with:
3939
category: "/language:${{ matrix.language }}"

.github/workflows/devel-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
}
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@main
4545

4646
- name: Deps-packages
4747
shell: bash

0 commit comments

Comments
 (0)