Skip to content

Commit

Permalink
Use commit hashes for CI depdencies
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
  • Loading branch information
shenanigansd committed Oct 3, 2023
1 parent b3a4561 commit 98ee7cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI - assorted"
name: "Lint"

on:
push:
Expand All @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: "Run ShellCheck"
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
env:
SHELLCHECK_OPTS: --shell=bash -e SC1090 -e SC1091

0 comments on commit 98ee7cd

Please sign in to comment.