Skip to content

Mission Critical Vulnerability Scanner (MCVS) Golang Action Taskfile REMOTE_URL_REF updater. Action that updates the REMOTE_URL_REF in a Taskfile through Pull Requests to prevent that one will forget to update the MCVS-golang-action in a Taskfile once that one has been updated using Dependabot.

License

Notifications You must be signed in to change notification settings

schubergphilis/mcvs-golang-action-taskfile-remote-url-ref-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcvs-golang-action-taskfile-remote-url-ref-updater

This action will update the REMOTE_URL_REF that is defined in the MCVS-golang-action Taskfile automatically by creating a Pull Request if a newer version of the MCVS-golang action has been released. This will prevent that one will forget to update the Taskfile once Dependabot has been updated it.

Usage

Create a .github/workflows/mcvs-golang-action-taskfile-remote-url-ref-updater.yml file with the following content:

---
name: mcvs-golang-action-taskfile-remote-url-ref-updater
"on":
  schedule:
    - cron: 42 6 * * *
permissions:
  contents: write
  pull-requests: write
jobs:
  mcvs-golang-action-taskfile-remote-url-ref-updater:
    runs-on: ubuntu-24.04
    steps:
      # yamllint disable rule:line-length
      - uses: schubergphilis/mcvs-golang-action-taskfile-remote-url-ref-updater@v0.1.0
      # yamllint enable rule:line-length

About

Mission Critical Vulnerability Scanner (MCVS) Golang Action Taskfile REMOTE_URL_REF updater. Action that updates the REMOTE_URL_REF in a Taskfile through Pull Requests to prevent that one will forget to update the MCVS-golang-action in a Taskfile once that one has been updated using Dependabot.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages