Skip to content

Commit

Permalink
Merge pull request #540 from thaum-xyz/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): update github actions
  • Loading branch information
paulfantom authored Nov 30, 2024
2 parents 32ef692 + 8aae9b9 commit 364bc24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kubeconform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
branches: [master]

env:
golang-version: 1.22.4
golang-version: 1.23.3

jobs:
apps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@v5
with:
go-version: '${{ env.golang-version }}'
Expand All @@ -34,7 +34,7 @@ jobs:
base:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@v5
with:
go-version: '${{ env.golang-version }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubescape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Download latest kubescape
run: curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash
- run: PATH=$PATH:/home/runner/.kubescape/bin make kubescape
4 changes: 2 additions & 2 deletions .github/workflows/prometheusrule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
branches: [master]

env:
golang-version: 1.22.4
golang-version: 1.23.3

jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
# branch: main

env:
golang-version: 1.22.4
golang-version: 1.23.3
jsonnet-version: v0.20.0
jb-version: 3aec759b6a423f5b50751443ccc81e91a0887c02 # Commit from mid February 2022

jobs:
versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@v5
with:
go-version: '${{ env.golang-version }}'
Expand Down

0 comments on commit 364bc24

Please sign in to comment.