-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 dependency actions/checkout to v4 (.github/workfl…
…ows/policy.opa.yaml)
- Loading branch information
IK Renovate Bot
committed
Nov 5, 2023
1 parent
2384940
commit 7955b68
Showing
22 changed files
with
39 additions
and
39 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: login to registry | ||
run: | | ||
|
@@ -87,7 +87,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -92,7 +92,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && github.event.created == true | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -95,7 +95,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && github.event.created == true | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -93,7 +93,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Login to Registry | ||
run: | | ||
|
@@ -87,7 +87,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -93,7 +93,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -93,7 +93,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -92,7 +92,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -94,7 +94,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Login to Registry | ||
run: | | ||
|
@@ -88,7 +88,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -93,7 +93,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -93,7 +93,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: login to registry | ||
run: | | ||
|
@@ -88,7 +88,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
@@ -92,7 +92,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Login to Registry | ||
run: | | ||
|
@@ -86,7 +86,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Login to Registry | ||
run: | | ||
|
@@ -86,7 +86,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' | ||
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Login to Registry | ||
run: | | ||
|
@@ -87,7 +87,7 @@ jobs: | |
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' | ||
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true) | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- uses: brpaz/[email protected] | ||
env: | ||
|