Skip to content

Commit

Permalink
chore: fixes pinned dependencies #584
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 11, 2024
1 parent 246f946 commit 6ed0bbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ed0bbc

Please sign in to comment.