-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mineiros-io/lukas/update-child-modules-v0…
…-4-0 fix: update child module (v0.4.0)
- Loading branch information
Showing
3 changed files
with
11 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 |
---|---|---|
|
@@ -13,9 +13,8 @@ jobs: | |
name: Static Analysis | ||
steps: | ||
- name: Checkout | ||
# for security reasons we pin commit ids and not tags. | ||
# actions/[email protected] -> 2541b1294d2704b0964813337f33b291d3f8596b | ||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
# actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -64,9 +63,8 @@ jobs: | |
name: Unit Tests | ||
steps: | ||
- name: Checkout | ||
# for security reasons we pin commit ids and not tags. | ||
# actions/[email protected] -> 2541b1294d2704b0964813337f33b291d3f8596b | ||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
# actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
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 |
---|---|---|
|
@@ -15,9 +15,8 @@ jobs: | |
name: Static Analysis | ||
steps: | ||
- name: Checkout | ||
# for security reasons we pin commit ids and not tags. | ||
# actions/[email protected] -> 2541b1294d2704b0964813337f33b291d3f8596b | ||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
# actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -66,9 +65,8 @@ jobs: | |
name: Unit Tests | ||
steps: | ||
- name: Checkout | ||
# for security reasons we pin commit ids and not tags. | ||
# actions/[email protected] -> 2541b1294d2704b0964813337f33b291d3f8596b | ||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
# actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -102,8 +100,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
# actions/checkout@v3.0.2 | ||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b | ||
# actions/checkout@v4.1.1 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
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