Skip to content

Commit

Permalink
chore(deps): update githubactions
Browse files Browse the repository at this point in the history
| datasource      | package                      | from           | to             |
| --------------- | ---------------------------- | -------------- | -------------- |
| github-tags     | defenseunicorns/uds-common   | v0.4.0         | v0.11.1        |
| docker          | ghcr.io/stefanprodan/podinfo | 6.6.2          | 6.7.0          |
| github-releases | rancher/rke2                 | v1.30.2+rke2r1 | v1.30.3+rke2r1 |
| github-releases | rancher/rke2                 | v1.29.6+rke2r1 | v1.30.3+rke2r1 |
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent bc5abd6 commit 4bf6cc7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Setup UDS
if: always()
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
uses: defenseunicorns/uds-common/.github/actions/setup@2536a06363d50a160421105b2df86aacf69388c1 # v0.11.1

- name: Validate ${{ inputs.distro }} AMI
shell: bash -e -o pipefail {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/manifests/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ metadata:
spec:
containers:
- name: test-container
image: ghcr.io/stefanprodan/podinfo:6.6.2@sha256:4aa3b819f4cafc97d03d902ed17cbec076e2beee02d53b67ff88527124086fd9
image: ghcr.io/stefanprodan/podinfo:6.7.0@sha256:d2b3cd93a48acdc91327533ce28fcb3169b2d9feaf73817dc2eb68858df64edb
command:
- ./podinfo
6 changes: 3 additions & 3 deletions .github/workflows/on-pr-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
matrix:
base: ["ubuntu", "rhel"]
aws_env: ["commercial", "govcloud"]
rke2_version: ["v1.28.11+rke2r1", "v1.29.6+rke2r1", "v1.30.2+rke2r1"]
rke2_version: ["v1.28.11+rke2r1", "v1.30.3+rke2r1", "v1.30.3+rke2r1"]
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set AWS Variables
run: |
if [ "${{ matrix.aws_env }}" == "commercial" ]; then
Expand All @@ -44,7 +44,7 @@ jobs:
role-duration-seconds: 21600
- name: Setup UDS
if: always()
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
uses: defenseunicorns/uds-common/.github/actions/setup@2536a06363d50a160421105b2df86aacf69388c1 # v0.11.1
- name: Validate ${{ matrix.base }} ${{ matrix.aws_env }} AMI
run: uds run --no-progress validate-ami-${{ matrix.base }} --set AWS_REGION=${{ env.AWS_REGION }} --set RKE2_VERSION=${{ matrix.rke2_version }}
- name: Build ${{ matrix.base }} ${{ matrix.aws_env }} AMI
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
matrix:
base: ["ubuntu", "rhel"]
aws_env: ["commercial", "govcloud"]
rke2_version: ["v1.28.11+rke2r1", "v1.29.6+rke2r1", "v1.30.2+rke2r1"]
rke2_version: ["v1.28.11+rke2r1", "v1.30.3+rke2r1", "v1.30.3+rke2r1"]
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set AWS Variables
run: |
if [ "${{ matrix.aws_env }}" == "commercial" ]; then
Expand All @@ -46,7 +46,7 @@ jobs:
role-duration-seconds: 21600
- name: Setup UDS
if: always()
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
uses: defenseunicorns/uds-common/.github/actions/setup@2536a06363d50a160421105b2df86aacf69388c1 # v0.11.1
- name: Setup Tofu
uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-rke2-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test-distros: ${{ steps.parse.outputs.test-distros }}
steps:
- name: Checkout Repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name || github.repository }}
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name || github.repository }}
Expand All @@ -57,7 +57,7 @@ jobs:
if: needs.parse.outputs.run-ping == 'true'
steps:
- name: Checkout Repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name || github.repository }}
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name || github.repository }}
Expand Down

0 comments on commit 4bf6cc7

Please sign in to comment.