File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
continue-on-error : true
14
14
steps :
15
- -
uses :
actions/[email protected] .1
15
+ -
uses :
actions/[email protected] .2
16
16
with :
17
17
project-url : https://github.com/orgs/octokit/projects/10
18
18
github-token : ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
37
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
42
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
45
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
46
46
with :
47
47
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments