Skip to content

Commit

Permalink
Merge pull request #23 from Azure-Samples/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub-actions-cb879984b0

Bump the github-actions group with 2 updates
  • Loading branch information
katriendg authored Nov 26, 2024
2 parents 6f024e1 + c6a5195 commit f21c61b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@0ad7bfbfd1988727907373a39f29154117ea5205 # v3.0.2
uses: gittools/actions/gitversion/setup@8a84c306953900f3c70294cc05f1fbe665d4ba0a # v3.0.3
with:
versionSpec: '5.x'
- name: Determine Version
uses: gittools/actions/gitversion/execute@0ad7bfbfd1988727907373a39f29154117ea5205 # v3.0.2
uses: gittools/actions/gitversion/execute@8a84c306953900f3c70294cc05f1fbe665d4ba0a # v3.0.3
with:
useConfigFile: true
- name: Create git tag
Expand Down

0 comments on commit f21c61b

Please sign in to comment.