-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): don't pin github action to sha
This probably needs to be coupled with a renovate config. Will look at this later. Closes: #257
- Loading branch information
1 parent
b978f05
commit 8d9af86
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
name: Validate renovate config | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: validate | ||
uses: rinchsan/[email protected] | ||
with: | ||
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
name: Shellcheck | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: Install Shellcheck | ||
env: | ||
version: "0.9.0" | ||
|
@@ -29,15 +29,15 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
name: Hadolint | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- uses: jbergstroem/[email protected] | ||
with: | ||
error_level: 2 | ||
actionlint: | ||
name: Actionlint | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: Install Actionlint | ||
env: | ||
version: "1.6.25" | ||
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
name: Prettier | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: "18.11.0" | ||
|
@@ -62,7 +62,7 @@ jobs: | |
name: Shfmt | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: Install shfmt | ||
env: | ||
version: "3.7.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
outputs: | ||
tag: ${{ steps.extract.outputs.tag }} | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
with: | ||
# get all tags | ||
fetch-depth: 0 | ||
|
@@ -56,7 +56,7 @@ jobs: | |
image: jbergstroem/mariadb-alpine | ||
ref_url: ${{ github.api_url }}/repos/${{ github.repository }}/git/refs | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
name: Create Todo | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | ||
- uses: actions/checkout@v4 | ||
- name: TODO to Issue | ||
uses: alstr/[email protected] | ||
with: | ||
|