Skip to content

Commit

Permalink
Github are idiots. A workflow that uses download-artifact@v4 should n…
Browse files Browse the repository at this point in the history
…ot be vulnerable to a security oopsie in version 4.1.6, because it should use the latest version, which is 4.1.8. This commit exists solely to shut their stupid dependabot up and stop it whining about non-existent problems
  • Loading branch information
DrHyde committed Oct 2, 2024
1 parent 9c0d9f0 commit ed66f90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.8
with:
name: dist-for-freebsd-install
- name: Install on FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
container:
image: perl:5.34
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.8
with:
name: dist-for-linux-install
- name: Install on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.8
with:
name: dist-for-openbsd-install
- name: Install on OpenBSD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
distribution: strawberry
perl-version: ${{ matrix.perl-version }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.8
with:
name: dist-for-windows-install
- name: Install on Windows
Expand Down

0 comments on commit ed66f90

Please sign in to comment.