From 6ed0bbc8b7aebbe098f7cbeabf426924285a15e0 Mon Sep 17 00:00:00 2001 From: srinandan Date: Mon, 11 Nov 2024 20:04:36 +0000 Subject: [PATCH] chore: fixes pinned dependencies #584 --- .devcontainer/Dockerfile | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2009fbea..e76c3fa3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -19,7 +19,7 @@ FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@@sha256:2e00578e7c526e76eb COPY --from=cosign /ko-app/cosign /usr/bin #v1.1.1 -RUN go install github.com/google/addlicense@@dc31ac9ffcca99c9457226366135701794b128c0 +RUN go install github.com/google/addlicense@dc31ac9ffcca99c9457226366135701794b128c0 # v1.6.0 RUN go install github.com/google/go-licenses@5348b744d0983d85713295ea08a20cca1654a45e diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f8146ff1..1fad9230 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -56,7 +56,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v3@4f3212b61783c3c68e8309a0f18a699764811cda with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -70,7 +70,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v3@4f3212b61783c3c68e8309a0f18a699764811cda # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -83,4 +83,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v3@4f3212b61783c3c68e8309a0f18a699764811cda diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d35b796d..72781269 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v3@4f3212b61783c3c68e8309a0f18a699764811cda with: sarif_file: results.sarif