diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 69572064..b7b0bbdd 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@c35e932c2a7c572bfdb1c3dbcdadb2d4fc62418d + uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a id: scan with: path: "." @@ -113,7 +113,7 @@ jobs: run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba + uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 04bc9bdd..cf3ca173 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -25,7 +25,7 @@ jobs: - name: Raise an Issue to report broken links if: ${{ failure() }} - uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f + uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 with: title: Broken link detected by CI content-filepath: .github/ISSUE_TEMPLATE/broken-link.md diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 87aced4a..874d4754 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -24,7 +24,7 @@ jobs: run: make unit - name: Run SonarScan, upload Go test results and coverage - uses: sonarsource/sonarcloud-github-action@db501078e936e4b4c8773d1bb949ba9ddb7b6b6a + uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@c35e932c2a7c572bfdb1c3dbcdadb2d4fc62418d + uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a id: scan with: path: "." @@ -47,6 +47,6 @@ jobs: - name: Show Anchore scan SARIF report run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba + uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 with: sarif_file: ${{ steps.scan.outputs.sarif }}