-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
images: ${{ steps.set-matrix.outputs.images }} | ||
steps: | ||
- name: Check out the source code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set matrix | ||
id: set-matrix | ||
|
@@ -30,7 +30,7 @@ jobs: | |
images: ${{ steps.set-matrix.outputs.images }} | ||
steps: | ||
- name: Check out the source code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set matrix | ||
id: set-matrix | ||
|
@@ -49,7 +49,7 @@ jobs: | |
image: ${{ fromJson(needs.prepare-base.outputs.images) }} | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -154,7 +154,7 @@ jobs: | |
packages: write | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -199,7 +199,7 @@ jobs: | |
packages: write | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -252,7 +252,7 @@ jobs: | |
image: ${{ fromJson(needs.prepare-others.outputs.images) }} | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 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: | |
images: ${{ steps.set-matrix.outputs.images }} | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set matrix | ||
id: set-matrix | ||
|
@@ -34,7 +34,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 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 |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
baseImage: mcr.microsoft.com/devcontainers/base:alpine | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Install @devcontainers/cli | ||
run: npm install -g @devcontainers/cli | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- php84-ubuntu-base | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Install @devcontainers/cli | ||
run: npm install -g @devcontainers/cli | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
- feature: wptl | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Install @devcontainers/cli | ||
run: npm install -g @devcontainers/cli | ||
|
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: | |
pull-requests: write | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Generate documentation | ||
uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the source code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Add error matcher | ||
run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json" | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
uses: actions/[email protected] | ||
|
||
- name: Validate devcontainer-feature.json files | ||
uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 | ||
|