Skip to content

GitHub Actions Version Updater #15

GitHub Actions Version Updater

GitHub Actions Version Updater #15

Workflow file for this run

{
"jobs": {
"doit": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected]",
"with": {
"token": "${{ secrets.WORKFLOW_SECRET }}"
}
},
{
"uses": "saadmk11/[email protected]",
"with": {
"ignore": "github/codeql-action/init@v2,github/codeql-action/analyze@v2",
"pull_request_user_reviewers": "mirabilos",
"token": "${{ secrets.WORKFLOW_SECRET }}"
}
}
]
}
},
"name": "GitHub Actions Version Updater",
"on": "workflow_dispatch"
}