Skip to content

Commit

Permalink
make action self-reference master (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored Oct 24, 2023
1 parent 3308d10 commit ba6a775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup-docker-trust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba6a775

Please sign in to comment.