-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
df226f8
commit 142f7ae
Showing
13 changed files
with
24 additions
and
24 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Update diagram | ||
uses: githubocto/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
pull-requests: write # for technote-space/create-pr-action to create a PR | ||
runs-on: macos-12 | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/.vagrant.d/boxes | ||
|
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: | |
name: Count Lines of Code | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -30,14 +30,14 @@ jobs: | |
name: Check documentation external links | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Check broken links | ||
uses: gaurav-nelson/[email protected] | ||
check-super-linter: | ||
name: Check syntax (super-linter) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Run super-linter validation | ||
uses: github/[email protected] | ||
env: | ||
|
@@ -50,7 +50,7 @@ jobs: | |
name: Check syntax (tox) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Install tox | ||
run: pip install tox | ||
- name: Run tox lint validation | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
int_tests: 'virtink' | ||
cert_manager_enabled: true | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: ./.github/actions/vagrant-up | ||
with: | ||
container-runtime: ${{ matrix.runtime }} | ||
|
@@ -78,7 +78,7 @@ jobs: | |
outputs: | ||
scripts: ${{ steps.filter.outputs.scripts }} | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: dorny/[email protected] | ||
if: ${{ !env.ACT }} | ||
id: filter | ||
|
@@ -93,7 +93,7 @@ jobs: | |
needs: changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Run the sh-checker | ||
uses: luizm/[email protected] | ||
env: | ||
|
@@ -108,7 +108,7 @@ jobs: | |
needs: changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Install ShellSpec | ||
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C .. | ||
- name: Run Shellspec | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- test: kubewarden | ||
cert-mgr: true | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: ./.github/actions/vagrant-up | ||
with: | ||
cert-manager-enabled: ${{ matrix.cert-mgr }} | ||
|
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: | |
name: Pull python dependencies | ||
runs-on: macos-12 | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.x' | ||
|
@@ -49,7 +49,7 @@ jobs: | |
outputs: | ||
environments: ${{ steps.filter.outputs.changes }} | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: dorny/[email protected] | ||
if: ${{ !env.ACT }} | ||
id: filter | ||
|
@@ -86,7 +86,7 @@ jobs: | |
environment: ${{ fromJSON(needs.changes.outputs.environments) }} | ||
runs-on: macos-12 | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
if: matrix.environment != 'reqs' | ||
- uses: ./.github/actions/molecule-test | ||
if: matrix.environment != 'reqs' | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
KRD_MULTUS_ENABLED: true | ||
PKG_KREW_PLUGINS_LIST: "cert-manager" | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Deploy services | ||
run: KRD_FOLDER=$(git rev-parse --show-toplevel) ./aio.sh | ||
- name: Run Sonobuoy tool | ||
|
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 != 'pull_request_review' | ||
runs-on: macos-12 | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: ./.github/actions/vagrant-up | ||
with: | ||
kube-version: v1.18.17 | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the latest code | ||
uses: actions/[email protected].6 | ||
uses: actions/[email protected].7 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
KRD_ANSIBLE_DEBUG: true | ||
KRD_CONTAINER_RUNTIME: crio | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Deploy services | ||
run: KRD_FOLDER=$(git rev-parse --show-toplevel) ./aio.sh | ||
- name: Run Dashboard test | ||
|
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: | |
generate-json-matrix: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Get matrix values | ||
id: set-matrix | ||
run: | | ||
|
@@ -45,7 +45,7 @@ jobs: | |
matrix: | ||
include: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }} | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- name: Running Flannel CNI with ContainerD runtime | ||
if: ${{ always() }} | ||
uses: ./.github/actions/vagrant-up | ||
|
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,14 +22,14 @@ jobs: | |
name: Check spelling (reviewdog) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: reviewdog/[email protected] | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
check-spellcheck: | ||
name: Check spelling (pyspelling) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: igsekor/[email protected] | ||
name: Spellcheck |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
pull-requests: write # for technote-space/create-pr-action to create a PR | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: technote-space/[email protected] | ||
with: | ||
EXECUTE_COMMANDS: | | ||
|
@@ -34,7 +34,7 @@ jobs: | |
check-dictionary: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
- uses: technote-space/[email protected] | ||
with: | ||
EXECUTE_COMMANDS: | | ||
|