Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreddington committed Nov 21, 2024
1 parent 1853529 commit 18309d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: "1.23"

- name: Run Super-Linter
uses: super-linter/super-linter/slim@e1cb86bsha256:69bae96b57f8106b7dfa780e8f0ca94bf20b9b8013abeffd63dbf781068979eb
uses: super-linter/super-linter/slim@sha256:69bae96b57f8106b7dfa780e8f0ca94bf20b9b8013abeffd63dbf781068979eb

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lint Code Base' step
Uses Step
uses 'super-linter/super-linter/slim' with ref 'sha256:69bae96b57f8106b7dfa780e8f0ca94bf20b9b8013abeffd63dbf781068979eb', not a pinned commit hash
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
Expand Down

0 comments on commit 18309d4

Please sign in to comment.