Skip to content

Commit

Permalink
fix: use hashicorp docker mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kalow committed Mar 14, 2023
1 parent 1cdc5a5 commit 43d02f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
branches: [main]
pull_request:

permissions:
contents: none

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: 'Check workflow files'
uses: docker://rhysd/actionlint:1.6.23
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest

0 comments on commit 43d02f0

Please sign in to comment.