File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
31
31
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
32
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
34
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
- name : Autobuild
38
- uses : github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
38
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
39
39
40
40
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
42
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
43
43
with :
44
44
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 45
45
46
46
# Upload the results to GitHub's code scanning dashboard.
47
47
- name : " Upload to code-scanning"
48
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
48
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Create release tag
20
20
id : tag
21
- uses : google-github-actions /release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
21
+ uses : googleapis /release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
22
22
- id : release-flag
23
23
run : echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT
24
24
You can’t perform that action at this time.
0 commit comments