Skip to content

Fix code scanning alert - Arbitrary file access during archive extraction ("Zip Slip") #13

Fix code scanning alert - Arbitrary file access during archive extraction ("Zip Slip")

Fix code scanning alert - Arbitrary file access during archive extraction ("Zip Slip") #13

name: First Workflow
on:
workflow_dispatch:
issues:
types: [opened]
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Echo Job 1
env:
SECRET: ${{ secrets.MY_SECRET_VAR }}
run: echo $SECRET
job2:
runs-on: ubuntu-latest
steps:
- name: Ship it
uses: mscoutermarsh/cowsays-action@master
with:
text: 'Ready for prod–ship it!'
color: 'magenta'