-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4
- Loading branch information
1 parent
ffc511e
commit c83a9a5
Showing
8 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
env: | ||
MATRIX_ARCHITECTURE: ${{ matrix.architecture }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
|
@@ -45,7 +45,7 @@ jobs: | |
env: | ||
MATRIX_ARCHITECTURE: ${{ matrix.architecture }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -74,7 +74,7 @@ jobs: | |
MATRIX_ARCHITECTURE: ${{ matrix.architecture }} | ||
COMPOSE_PROJECT_NAME: wl | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
|
@@ -100,7 +100,7 @@ jobs: | |
env: | ||
MATRIX_ARCHITECTURE: ${{ matrix.architecture }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
|
@@ -114,7 +114,7 @@ jobs: | |
- name: List Docker images | ||
run: docker image ls --all | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Anchore scan action | ||
uses: anchore/scan-action@v3 | ||
with: | ||
|
@@ -141,7 +141,7 @@ jobs: | |
env: | ||
MATRIX_ARCHITECTURE: ${{ matrix.architecture }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- name: List Docker images | ||
run: docker image ls --all | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Run Trivy vulnerability scanner | ||
uses: aquasecurity/[email protected] | ||
with: | ||
|
@@ -181,7 +181,7 @@ jobs: | |
if: ${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -222,7 +222,7 @@ jobs: | |
DOCKER_IMAGE: ghcr.io/weblateorg/wlc | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- name: Set up QEMU | ||
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
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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
|
||
- name: Lint Code Base | ||
uses: github/super-linter/[email protected] | ||
|
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