Skip to content

Commit

Permalink
Pinning repositories to specific commit hashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaivpp committed Dec 13, 2024
1 parent 1b91a3e commit 07a5b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v3a919529898de77ec3da873e3063ca4b10e7f5cc

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'golangci-lint' step
Uses Step
uses 'golangci/golangci-lint-action' with ref 'v3a919529898de77ec3da873e3063ca4b10e7f5cc', not a pinned commit hash
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.55.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.22
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
with:
version: 'v1.14.0'
args: release --rm-dist
Expand Down

0 comments on commit 07a5b44

Please sign in to comment.