Skip to content

Commit 09a7cfe

Browse files
chore: update versions in pinned_versions.env (#242)
* Upgrade pinned versions file --------- Co-authored-by: electrocucaracha bot <[email protected]>
1 parent 0b23201 commit 09a7cfe

File tree

13 files changed

+40
-40
lines changed

13 files changed

+40
-40
lines changed

.github/actions/vagrant-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: "composite"
1717
steps:
1818
- name: Cache Vagrant boxes
19-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
19+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2020
with:
2121
path: ~/.vagrant.d/boxes
2222
key: ${{ runner.os }}-vagrant-${{ inputs.vagrant_name }}-${{ hashFiles('distros_supported.yml') }}

.github/workflows/compress-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.event.pull_request.head.repo.full_name == github.repository
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
33-
- uses: calibreapp/image-actions@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
33+
- uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1
3434
with:
3535
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/distros.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
pull-requests: write # for technote-space/create-pr-action to create a PR
2323
runs-on: vm-self-hosted
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
26-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
2727
with:
2828
path: ~/.vagrant.d/boxes
2929
key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Count Lines of Code
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2020
- name: Setup Go
2121
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0
2222
with:
@@ -29,16 +29,16 @@ jobs:
2929
name: Check URL broken links into documentation
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
3333
- name: Check broken links
3434
uses: gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
3535
check-super-linter:
3636
name: Run GitHub super-linter tool for verify quality of code
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
39+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
4040
- name: Check super-linter
41-
uses: super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # 8.1.0
41+
uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # 8.2.1
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
LINTER_RULES_PATH: /
@@ -51,7 +51,7 @@ jobs:
5151
name: Run additional linter tools from python tox
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
54+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
5555
- name: Install tox
5656
run: pip install tox
5757
- name: Run tox validation

.github/workflows/on-demand.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Check scripts format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2525
- name: Run the sh-checker
2626
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
2727
env:
@@ -33,7 +33,7 @@ jobs:
3333
name: Run BDD shell specs
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
36+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
3737
- name: Install ShellSpec
3838
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
3939
- name: Run Shellspec
@@ -46,7 +46,7 @@ jobs:
4646
outputs:
4747
scripts: ${{ steps.filter.outputs.changes }}
4848
steps:
49-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
49+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
5050
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
5151
if: ${{ !env.ACT }}
5252
id: filter
@@ -64,7 +64,7 @@ jobs:
6464
enable-vagrant-check: ${{ steps.set-matrices.outputs.enable-vagrant-check }}
6565
enable-devcontainers-check: ${{ steps.set-matrices.outputs.enable-devcontainers-check }}
6666
steps:
67-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
67+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
6868
- id: set-matrices
6969
env:
7070
DEBUG: true
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-alias) }}
8282
steps:
83-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
83+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
8484
- uses: ./.github/actions/check-vagrant
8585
with:
8686
vagrant_name: ${{ matrix.name }}
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-image) }}
9898
steps:
99-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
99+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
100100
- name: Install latest devcontainer CLI
101101
run: npm install -g @devcontainers/cli
102102
- name: Generating tests for '${{ matrix.script }}'

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout the latest code
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
23+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
pull-requests: write
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2525
- name: Publish Features
2626
uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # 1.4.3
2727
with:

.github/workflows/spell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
name: Check misspelling words with reviewdog tools
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
33-
- uses: reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
33+
- uses: reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
3434
with:
3535
github_token: ${{ secrets.github_token }}
3636
check-spellcheck:
3737
name: Check misspelling words with pySpelling tool
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
40+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
4141
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
4242
name: Spellcheck

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Check new versions for scripts supported
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2525
with:
2626
# Fine-grained PAT with contents:write and workflows:write scopes
2727
token: ${{ secrets.WORKFLOW_TOKEN }}
@@ -37,7 +37,7 @@ jobs:
3737
name: Update word list
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
40+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
4141
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
4242
with:
4343
EXECUTE_COMMANDS: |

ci/pinned_versions.env

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11

2-
export PKG_ACT_VERSION=0.2.81
3-
export PKG_AWS_VERSION=2.28.25
2+
export PKG_ACT_VERSION=0.2.82
3+
export PKG_AWS_VERSION=2.31.38
44
export PKG_CNI_PLUGINS_VERSION=1.8.0
5-
export PKG_CRUN_VERSION=1.23.1
5+
export PKG_CRUN_VERSION=1.25
66
export PKG_DOCKER_DIVE_VERSION=0.13.1
77
export PKG_DOCKER_SLIM_VERSION=1.40.11
88
export PKG_FINALIZE_NAMESPACE_VERSION=0.0.2
9-
export PKG_FLANNEL_VERSION=1.7.1-flannel2
10-
export PKG_FLY_VERSION=7.14.1
9+
export PKG_FLANNEL_VERSION=1.8.0-flannel2
10+
export PKG_FLY_VERSION=7.14.3
1111
export PKG_GOMPLATE_VERSION=4.3.3
12-
export PKG_HADOLINT_VERSION=2.13.1
12+
export PKG_HADOLINT_VERSION=2.14.0
1313
export PKG_KIND_VERSION=0.30.0
14-
export PKG_KN_VERSION=knative-v1.19.3
14+
export PKG_KN_VERSION=knative-v1.20.0
1515
export PKG_KREW_VERSION=0.4.5
16-
export PKG_KUSTOMIZE_VERSION=5.7.1
16+
export PKG_KUSTOMIZE_VERSION=5.8.0
1717
export PKG_NINJA_VERSION=1.13.1
1818
export PKG_PMDK_VERSION=2.1.1
19-
export PKG_QEMU_VERSION=10.1.0
20-
export PKG_REGCLIENT_VERSION=0.9.2
21-
export PKG_RUNC_VERSION=1.3.1
19+
export PKG_QEMU_VERSION=10.1.2
20+
export PKG_REGCLIENT_VERSION=0.10.0
21+
export PKG_RUNC_VERSION=1.3.3
2222
export PKG_TERRAFORM_DOCS_VERSION=0.20.0
23-
export PKG_TERRAFORM_VERSION=1.13.1
23+
export PKG_TERRAFORM_VERSION=1.13.5
2424
export PKG_TERRASCAN_VERSION=1.19.9
2525
export PKG_TKN_VERSION=0.42.0
2626
export PKG_VAGRANT_VERSION=2.4.9
27-
export PKG_YOUKI_VERSION=0.5.5
28-
export PKG_YQ_VERSION=4.47.1
27+
export PKG_YOUKI_VERSION=0.5.7
28+
export PKG_YQ_VERSION=4.48.2

0 commit comments

Comments
 (0)