diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b9fc5a39f..d1c442231 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@fb650c22f965a3eff7e20c5535e51a256dd16bf1 + uses: github/codeql-action/init@f687ebf1c9abf6527d0e770ea83ee5dcff11f60e with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fb650c22f965a3eff7e20c5535e51a256dd16bf1 + uses: github/codeql-action/analyze@f687ebf1c9abf6527d0e770ea83ee5dcff11f60e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 47303a9d2..e02c7ae39 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@fb650c22f965a3eff7e20c5535e51a256dd16bf1 + uses: github/codeql-action/init@f687ebf1c9abf6527d0e770ea83ee5dcff11f60e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@fb650c22f965a3eff7e20c5535e51a256dd16bf1 + uses: github/codeql-action/autobuild@f687ebf1c9abf6527d0e770ea83ee5dcff11f60e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fb650c22f965a3eff7e20c5535e51a256dd16bf1 + uses: github/codeql-action/analyze@f687ebf1c9abf6527d0e770ea83ee5dcff11f60e