Browse Source

Update gh minor (#228)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/245/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
b60523f83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      .github/workflows/upload-test-artifacts.yml
  2. 2
      .github/workflows/workflow-linter.yml
  3. 2
      report-deployment-status-to-slack/action.yml
  4. 2
      setup-docker-trust/action.yml

10
.github/workflows/upload-test-artifacts.yml

@ -19,7 +19,7 @@ jobs: @@ -19,7 +19,7 @@ jobs:
echo $GITHUB_SHA > artifact/sha
- name: Upload
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: artifact
path: artifact
@ -36,13 +36,13 @@ jobs: @@ -36,13 +36,13 @@ jobs:
echo $GITHUB_SHA > artifact2/sha2
- name: Upload first
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: artifact1
path: artifact1
- name: Upload second
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: artifact2
path: artifact2
@ -59,13 +59,13 @@ jobs: @@ -59,13 +59,13 @@ jobs:
echo $GITHUB_SHA > artifact2/sha2
- name: Upload first
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: artifact1.txt
path: artifact1
- name: Upload second
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: artifact2.txt
path: artifact2

2
.github/workflows/workflow-linter.yml

@ -53,7 +53,7 @@ jobs: @@ -53,7 +53,7 @@ jobs:
- name: Get changed files
if: steps.changed-workflows.outputs.count != 0
id: changed-files
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
with:
files: .github/workflows/**

2
report-deployment-status-to-slack/action.yml

@ -41,7 +41,7 @@ runs: @@ -41,7 +41,7 @@ runs:
using: "composite"
steps:
- name: Login to Azure - Prod Subscription
uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
creds: ${{ inputs.AZURE_KV_CI_SERVICE_PRINCIPAL }}

2
setup-docker-trust/action.yml

@ -22,7 +22,7 @@ runs: @@ -22,7 +22,7 @@ runs:
fi
- name: Login to Azure
uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
creds: ${{ inputs.azure-creds }}

Loading…
Cancel
Save