From a0502e24ca45dc6b3229a7bb25fc99d6820738fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:18:22 +0000 Subject: [PATCH] Update gh minor --- .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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-report-deployment-status-to-slack.yml b/.github/workflows/test-report-deployment-status-to-slack.yml index 345c20668..e152ffdc6 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 72e3cb0ee..afdabbd19 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 50f2dd3e3..e1af1e74e 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 387ae61d0..fdec1a8ab 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 }}