From 1904094bc510f6953221519146e14177277b2e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:45:28 +0000 Subject: [PATCH] Update gh minor --- .github/workflows/lint-ci.yml | 2 +- .github/workflows/test-report-deployment-status-to-slack.yml | 2 +- .github/workflows/workflow-linter.yml | 2 +- report-deployment-status-to-slack/action.yml | 2 +- setup-docker-trust/action.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-ci.yml b/.github/workflows/lint-ci.yml index 68a3565e..42dd1244 100644 --- a/.github/workflows/lint-ci.yml +++ b/.github/workflows/lint-ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: python-version: "3.9" diff --git a/.github/workflows/test-report-deployment-status-to-slack.yml b/.github/workflows/test-report-deployment-status-to-slack.yml index 345c2066..e152ffdc 100644 --- a/.github/workflows/test-report-deployment-status-to-slack.yml +++ b/.github/workflows/test-report-deployment-status-to-slack.yml @@ -11,7 +11,7 @@ jobs: name: Test Slack report failure runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: ./report-deployment-status-to-slack with: diff --git a/.github/workflows/workflow-linter.yml b/.github/workflows/workflow-linter.yml index 72e3cb0e..afdabbd1 100644 --- a/.github/workflows/workflow-linter.yml +++ b/.github/workflows/workflow-linter.yml @@ -38,7 +38,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@25ef3926d147cd02fc7e931c1ef50772bbb0d25d # v40.1.1 + uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40.2.1 with: files: .github/workflows/** diff --git a/report-deployment-status-to-slack/action.yml b/report-deployment-status-to-slack/action.yml index 50f2dd3e..e1af1e74 100644 --- a/report-deployment-status-to-slack/action.yml +++ b/report-deployment-status-to-slack/action.yml @@ -28,7 +28,7 @@ runs: using: "composite" steps: - name: Login to Azure - Prod Subscription - uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 + uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 with: creds: ${{ inputs.AZURE_KV_CI_SERVICE_PRINCIPAL }} diff --git a/setup-docker-trust/action.yml b/setup-docker-trust/action.yml index 387ae61d..fdec1a8a 100644 --- a/setup-docker-trust/action.yml +++ b/setup-docker-trust/action.yml @@ -22,7 +22,7 @@ runs: fi - name: Login to Azure - uses: Azure/login@4c88f01b0e3a5600e08a37889921afd060f75cf0 # v1.5.0 + uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1 with: creds: ${{ inputs.azure-creds }}