I am trying to configure dependabot.yml
to get security updates for GitHub Actions.
I followed the Configuring Dependabot security updates documentation. During the configuration I had the following issues:
- I did not understand if I need to enable in
Code security and analysis
theDependabot alerts
andDependabot security updates
along with creating thedependabot.yml
. - I did not understand why Dependabot was not able to identify the security vulnerability in my action. I am testing with
some-natalie/ghas-to-csv@v1
action, which has a GHSA. - I did not understand from About Dependabot security updates documentation what is the frequency that the vulnerabilities are checked and turned into alerts / PRs.
Perhaps the configuration did not work (yet) because Dependabot has not even identified the vulnerability, therefore has not created the updating PR.
Can you help me understand why is my configuration not working? Or if it's not supported?