Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gittools/actions from 3.1.3 to 3.1.11 #152

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].3
uses: gittools/actions/gitversion/[email protected].11

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build & Deploy via ftp' step
Uses Step
uses 'gittools/actions/gitversion/setup' with ref 'v3.1.11', not a pinned commit hash
with:
versionSpec: "6.0.x"

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].3
uses: gittools/actions/gitversion/[email protected].11

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build & Deploy via ftp' step
Uses Step: gitversion
uses 'gittools/actions/gitversion/execute' with ref 'v3.1.11', not a pinned commit hash
with:
useConfigFile: true

Expand Down
Loading