Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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. It fetches the latest release tag directly from the GitHub API, so there is no dependency on Dependabot updating workflow files first.

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-slim
    steps:
      # yamllint disable rule:line-length
      - uses: schubergphilis/mcvs-golang-action-taskfile-remote-url-ref-updater@v0.2.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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages