mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Revert exact version pinning (#4761)
This commit is contained in:
parent
80476af4f7
commit
df3875c857
1 changed files with 0 additions and 13 deletions
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
@ -98,19 +98,6 @@ jobs:
|
|||
# Full git history is needed to get a proper list of commits and tags
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Update action.yml
|
||||
run: yq '.runs.image = "docker://ghcr.io/super-linter/super-linter:${{ env.RELEASE_VERSION }}"' -i action.yml
|
||||
|
||||
- name: Update slim/action.yml
|
||||
run: yq '.runs.image = "docker://ghcr.io/super-linter/super-linter:slim-${{ env.RELEASE_VERSION }}"' -i slim/action.yml
|
||||
|
||||
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
|
||||
with:
|
||||
add: 'action.yml slim/action.yml'
|
||||
default_author: github_actions
|
||||
message: 'Automated update of action.yml and slim/action.yml version numbers'
|
||||
push: origin main --force
|
||||
|
||||
# We use ^{} to recursively deference the tag to get the commit the tag is pointing at.
|
||||
# Then, we use that reference to create new tags, so that the new tags point to the commit
|
||||
# the original tag was pointing to, and not to the original tag.
|
||||
|
|
Loading…
Reference in a new issue