Commits
dff118f7ad
Name already in use
Commits on Nov 30, 2020
-
Use version information to construct payload
Robin Neatherway committedNov 30, 2020 Copy the full SHA dff118fView commit details
Commits on Nov 26, 2020
-
Request meta endpoint at the start of execution
Robert committedNov 26, 2020 -
Merge pull request #319 from github/simon-engledew/lint-workspace
Validate the codeql-action workspace for common errors
Simon Engledew authored and GitHub committedNov 26, 2020 -
Merge branch 'main' into simon-engledew/lint-workspace
Simon Engledew committedNov 26, 2020 -
Simon Engledew committed
Nov 26, 2020 -
Merge pull request #321 from ericcornelissen/eslint/github-no-then
Update code so "github/no-then" passes
Robert authored and GitHub committedNov 26, 2020
Commits on Nov 25, 2020
-
Eric Cornelissen committed
Nov 25, 2020 -
Update source so github/no-then passes
Eric Cornelissen committedNov 25, 2020 -
Remove the line to disable the "github/no-then" rule.
Eric Cornelissen committedNov 25, 2020 -
Merge pull request #320 from github/simon-engledew/fix-DEP0005-buffer
Fix deprecated method Buffer.new
Simon Engledew authored and GitHub committedNov 25, 2020 -
Simon Engledew committed
Nov 25, 2020 -
Better copy for PathsSpecified, suggested by @sampart
Simon Engledew committedNov 25, 2020 -
Markdown is not supported - roll back and fix typo
Simon Engledew committedNov 25, 2020 -
Simon Engledew committed
Nov 25, 2020 -
Signpost the latest documentation in the warning
Simon Engledew committedNov 25, 2020 -
Fix deprecated method Buffer.new
Simon Engledew committedNov 25, 2020 -
Simon Engledew committed
Nov 25, 2020 -
Simon Engledew committed
Nov 25, 2020 -
Comment the lint cases to make maintaining easier
Simon Engledew committedNov 25, 2020
Commits on Nov 24, 2020
-
Simon Engledew committed
Nov 24, 2020 -
Merge branch 'main' into simon-engledew/lint-workspace
Simon Engledew committedNov 24, 2020 -
Revert an accidental change to make testing quicker
Simon Engledew committedNov 24, 2020 -
Send short codes that do not need URL encoding for better splunk tracing
Simon Engledew committedNov 24, 2020 -
Merge pull request #318 from github/api-param-object
Introduce parameter object for API params that travel together
Sam Partington authored and GitHub committedNov 24, 2020 -
Make anonymous objects into variables for readability
Sam Partington committedNov 24, 2020 -
Previously, most tests were using https://github.com and only the first was using https://github.example.com. As it happens, https://github.com works for all of them.
Sam Partington committedNov 24, 2020 -
Do not fail if the workflow has been deleted
Simon Engledew committedNov 24, 2020 -
Workflow triggers are null if unspecified
Simon Engledew committedNov 24, 2020 -
Handle relative workflow paths
Simon Engledew committedNov 24, 2020 -
Write a warning if there is an error with the workflow
Simon Engledew committedNov 24, 2020
Commits on Nov 23, 2020
-
Add a function that can lint a CodeQL action workflow
Simon Engledew committedNov 23, 2020 -
Introduce parameter object for API params that travel together
Sam Partington committedNov 23, 2020
Commits on Nov 20, 2020
-
Merge pull request #316 from The-Compiler/patch-1
Make sure a Python 2 pip is installed
David Verdeguer authored and GitHub committedNov 20, 2020 -
Make sure a Python 2 pip is installed
In the README of this repo, it's suggested to use the `ubuntu-latest` environment. That environment will soon be upgraded to Ubuntu 20.04: https://github.com/actions/virtual-environments/issues/1816 As pointed out in that issue, the updated image comes without a Python 2 pip preinstalled: Setup Python dependencies /home/runner/work/_actions/github/codeql-action/v1/python-setup/install_tools.sh [...] + python2 -m pip install --user --upgrade pip setuptools wheel /usr/bin/python2: No module named pip Warning: Unable to download and extract the tools needed for installing the python dependecies. You can call this action with 'setup-python-dependencies: false' to disable this process.
Florian Bruhin authored and GitHub committedNov 20, 2020 -
Merge pull request #313 from github/query-binary-planting
Add a query to detect binary planting vulnerabilities.
Chris Gavin authored and GitHub committedNov 20, 2020