Browse Source

make action self-reference master (#203)

pull/207/head
Opeyemi 2 years ago committed by GitHub
parent
commit
ba6a77541f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/workflow-linter.yml
  2. 2
      setup-docker-trust/action.yml

4
.github/workflows/workflow-linter.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
- name: Workflow Lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: bitwarden/gh-actions/lint-workflow@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/lint-workflow@master
with:
workflows: ${{ steps.changed-workflows.outputs.modified-workflows }}
@ -41,7 +41,7 @@ jobs: @@ -41,7 +41,7 @@ jobs:
uses: tj-actions/changed-files@8238a4103220c636f2dad328ead8a7c8dbe316a3 # v39.2.0
with:
files: .github/workflows/**
- name: Check for pinned versions
if: steps.changed-files.outputs.any_changed == 'true'
shell: bash

2
setup-docker-trust/action.yml

@ -28,7 +28,7 @@ runs: @@ -28,7 +28,7 @@ runs:
- name: Retrieve secrets
id: get-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@f1125802b1ccae8c601d7c4f61ce39ea254b10c8
uses: bitwarden/gh-actions/get-keyvault-secrets@master
with:
keyvault: "${{ inputs.azure-keyvault-name }}"
secrets: "docker-password,

Loading…
Cancel
Save