@@ -45,15 +45,15 @@ jobs:
45
45
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
46
46
47
47
- name : Set up Java
48
- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
48
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
49
49
with :
50
50
java-version : " 17"
51
51
distribution : " adopt"
52
52
cache : gradle
53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
56
+ uses : github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
67
67
# If this step fails, then you should remove it and run the build manually (see below)
68
68
- name : Autobuild
69
- uses : github/codeql-action/autobuild@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
69
+ uses : github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
70
70
71
71
# ℹ️ Command-line programs to run using the OS shell.
72
72
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
79
79
# ./location_of_script_within_repo/buildscript.sh
80
80
81
81
- name : Perform CodeQL Analysis
82
- uses : github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
82
+ uses : github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
83
83
with :
84
84
category : " /language:${{matrix.language}}"
0 commit comments