-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | docker | ghcr.io/stefanprodan/podinfo | 6.5.0 | 6.6.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
487e40b
commit 60098f6
Showing
7 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ runs: | |
steps: | ||
# Update GitHub status for pending pipeline run | ||
- name: "Update GitHub Status for pending" | ||
uses: docker://cloudposse/github-status-updater | ||
uses: docker://cloudposse/github-status-updater@sha256:3f9e7d4539ac4566dfdadb39d70d8101303df47eb13c3d7b43a32c15fc6f5bcc | ||
with: | ||
args: "-action update_state -state pending -ref ${{ env.REPO_SHA }} -repo ${{ env.REPO_NAME }}" | ||
env: | ||
|
@@ -36,7 +36,7 @@ runs: | |
|
||
- name: Setup UDS | ||
if: always() | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected] | ||
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0 | ||
|
||
- name: Validate ${{ inputs.distro }} AMI | ||
shell: bash -e -o pipefail {0} | ||
|
@@ -65,7 +65,7 @@ runs: | |
# Update GitHub status for successful pipeline run | ||
- name: "Update GitHub Status for success" | ||
if: ${{ success() }} | ||
uses: docker://cloudposse/github-status-updater | ||
uses: docker://cloudposse/github-status-updater@sha256:3f9e7d4539ac4566dfdadb39d70d8101303df47eb13c3d7b43a32c15fc6f5bcc | ||
with: | ||
args: "-action update_state -state success -ref ${{ env.REPO_SHA }} -repo ${{ env.REPO_NAME }}" | ||
env: | ||
|
@@ -81,7 +81,7 @@ runs: | |
# Update GitHub status for failing pipeline run | ||
- name: "Update GitHub Status for failure" | ||
if: ${{ failure() }} | ||
uses: docker://cloudposse/github-status-updater | ||
uses: docker://cloudposse/github-status-updater@sha256:3f9e7d4539ac4566dfdadb39d70d8101303df47eb13c3d7b43a32c15fc6f5bcc | ||
with: | ||
args: "-action update_state -state failure -ref ${{ env.REPO_SHA }} -repo ${{ env.REPO_NAME }}" | ||
env: | ||
|
@@ -97,7 +97,7 @@ runs: | |
# Update GitHub status for cancelled pipeline run | ||
- name: "Update GitHub Status for cancelled" | ||
if: ${{ cancelled() }} | ||
uses: docker://cloudposse/github-status-updater | ||
uses: docker://cloudposse/github-status-updater@sha256:3f9e7d4539ac4566dfdadb39d70d8101303df47eb13c3d7b43a32c15fc6f5bcc | ||
with: | ||
args: "-action update_state -state error -ref ${{ env.REPO_SHA }} -repo ${{ env.REPO_NAME }}" | ||
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 |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
aws_env: ["commercial"] | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 | ||
with: | ||
role-to-assume: ${{ secrets.AWS_COMMERCIAL_ORG_ROLE_TO_ASSUME }} | ||
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }} | ||
|
@@ -33,7 +33,7 @@ jobs: | |
role-duration-seconds: 21600 | ||
- name: Setup UDS | ||
if: always() | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected] | ||
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0 | ||
- name: Validate ${{ matrix.base }} AMI | ||
run: uds run --no-progress validate-ami-${{ matrix.base }} | ||
- name: Build ${{ matrix.base }} AMI | ||
|
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 |
---|---|---|
|
@@ -24,9 +24,9 @@ jobs: | |
aws_env: ["commercial"] | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 | ||
with: | ||
role-to-assume: ${{ secrets.AWS_COMMERCIAL_ORG_ROLE_TO_ASSUME }} | ||
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }} | ||
|
@@ -35,7 +35,7 @@ jobs: | |
role-duration-seconds: 21600 | ||
- name: Setup UDS | ||
if: always() | ||
uses: defenseunicorns/uds-common/.github/actions/[email protected] | ||
uses: defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0 | ||
- name: Setup Tofu | ||
uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3 | ||
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
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