File tree Expand file tree Collapse file tree 7 files changed +20
-22
lines changed
knowledge-base/actions/tomwillis608/detect-secrets-action Expand file tree Collapse file tree 7 files changed +20
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@v2
48
+ uses : github/codeql-action/init@v3
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@v2
58
+ uses : github/codeql-action/autobuild@v3
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# ./location_of_script_within_repo/buildscript.sh
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v2
71
+ uses : github/codeql-action/analyze@v3
72
72
with :
73
73
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : ' Checkout Repository'
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : ' Dependency Review'
22
- uses : actions/dependency-review-action@v2
22
+ uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
32
32
steps :
33
33
- name : " Checkout code"
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
persist-credentials : false
37
37
38
38
- name : " Run analysis"
39
- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
39
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
40
40
with :
41
41
results_file : results.sarif
42
42
results_format : sarif
@@ -58,14 +58,14 @@ jobs:
58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
65
65
retention-days : 5
66
66
67
67
# Upload the results to GitHub's code scanning dashboard.
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@v2
69
+ uses : github/codeql-action/upload-sarif@v3
70
70
with :
71
71
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@v2
48
+ uses : github/codeql-action/init@v3
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@v2
58
+ uses : github/codeql-action/autobuild@v3
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# ./location_of_script_within_repo/buildscript.sh
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v2
71
+ uses : github/codeql-action/analyze@v3
72
72
with :
73
73
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : ' Checkout Repository'
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : ' Dependency Review'
22
- uses : actions/dependency-review-action@v2
22
+ uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
32
32
steps :
33
33
- name : " Checkout code"
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
persist-credentials : false
37
37
38
38
- name : " Run analysis"
39
- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
39
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
40
40
with :
41
41
results_file : results.sarif
42
42
results_format : sarif
@@ -58,14 +58,14 @@ jobs:
58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
65
65
retention-days : 5
66
66
67
67
# Upload the results to GitHub's code scanning dashboard.
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@v2
69
+ uses : github/codeql-action/upload-sarif@v3
70
70
with :
71
71
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments