Commits
2c2ebdc5c5
Name already in use
Commits on Jun 2, 2021
-
Remove local environment running
This is a functionality that never worked perfectly and hasn't been used for a while. This allows developers to run the action on their local machine, but the run was always flaky and never 100% mirrored what was happening on the actions runner.
Andrew Eisenberg committedJun 2, 2021 -
Add environment variables to signal feature and version to the CLI
This PR ensures environment variables are set before any invocation of the CLI. Here is a list of vars that are set: https://github.com/github/codeql-coreql-team/issues/1124#issuecomment-852463521 This ensures the CLI knows the features and versions of the containing actions/runner. Additionally: - Fix the user agent so that it more closely aligns with user agent spec - Refactor environment variable initialization so that it all happens in one place and call. - Move Mode, getRequiredEnvParam, setMode, getMode out of actions-util and into util. actions-util is meant for utils only called by the action, not the runner. The `prepareLocalRunEnvironment()` method is most likely deprecated and should be removed. I originally added it because I had a way of working where I would run the action from my local machine to test out changes, but this was always a little flaky. So, I no longer use this way of working. I will probably remove it soon.
Andrew Eisenberg committedJun 2, 2021
Commits on Jun 1, 2021
-
Use commander preAction hook for setMode
Hooks are new to commander v8. We can use hooks to ensure that `setMode` is called before every command is invoked.
Andrew Eisenberg committedJun 1, 2021 -
Merge pull request #534 from github/aeisenberg/mergeback-fix
Fix the mergeback workflow
Andrew Eisenberg authored and GitHub committedJun 1, 2021
Commits on May 31, 2021
-
Andrew Eisenberg committed
May 31, 2021 -
Fix EOF newlines after
npm version patch
The removeNPMAbsolutePaths check requires no newlines at the end of the file. This ensures that the version update mimics the behavior.
Andrew Eisenberg committedMay 31, 2021 -
This should have happened in a mergeback PR, but the workflow to generate this was broken.
Andrew Eisenberg committedMay 31, 2021 -
Merge remote-tracking branch 'upstream/v1' into aeisenberg/mergeback-fix
Andrew Eisenberg committedMay 31, 2021 -
We need to tag and mergeback if the tag does _not_ already exist.
Andrew Eisenberg committedMay 31, 2021 -
Merge pull request #516 from github/aeisenberg/user-agent
Send version and mode to code scanning via user agent
Andrew Eisenberg authored and GitHub committedMay 31, 2021 -
Use the version from package.json in the runner
Andrew Eisenberg committedMay 31, 2021 -
Use the version from package.json in the runner
Update the ql queries to account for change in how we look for runner Previously, we guarded blocks of code to be run by the runner or the action using if statements like this: ```js if (mode === "actions") ... ``` We are no longer doing this. And now, the `unguarded-action-lib.ql` query is out of date. This query checks that runner code does not unintentionally access actions-only methods in the libraries. With these changes, we now ensure that code scanning is happy.
Andrew Eisenberg committedMay 31, 2021 -
Send the version and mode with the user agent
This commit changes the way the action determines if running in action or runner mode. There is now an environment variable that is set at the beginning of the process and elsewhere in the process, we can check to see if the variable is set.
Andrew Eisenberg committedMay 31, 2021 -
Merge pull request #438 from okyanusoz/patch-1
Fix wording in README
Andrew Eisenberg authored and GitHub committedMay 31, 2021 -
Merge pull request #533 from github/update-v1.0.0-ff75ec7f
Merge main into v1
Andrew Eisenberg authored and GitHub committedMay 31, 2021 -
github-actions[bot] committed
May 31, 2021
Commits on May 28, 2021
-
Merge branch 'main' into patch-1
Andrew Eisenberg authored and GitHub committedMay 28, 2021 -
Merge pull request #532 from github/henrymercer/analysis-summaries-cu…
…stom-queries Analyze: Log analysis summaries for custom queries
Henry Mercer authored and GitHub committedMay 28, 2021 -
Henry Mercer committed
May 28, 2021 -
Analyze: Log analysis summaries for custom queries
Henry Mercer committedMay 28, 2021
Commits on May 27, 2021
-
Merge pull request #510 from github/aeisenberg/update-changelog-on-re…
…lease Add release and mergeback workflows
Andrew Eisenberg authored and GitHub committedMay 27, 2021 -
Merge branch 'main' into aeisenberg/update-changelog-on-release
Andrew Eisenberg authored and GitHub committedMay 27, 2021 -
Add bump runner version whenever action is versioned
Ensures that the runner version is bumped along with the action version.
Andrew Eisenberg committedMay 27, 2021
Commits on May 26, 2021
-
Merge pull request #513 from github/aibaars-patch-1
Add Ruby as a possible language
Arthur Baars authored and GitHub committedMay 26, 2021 -
Merge branch 'main' into aibaars-patch-1
Arthur Baars authored and GitHub committedMay 26, 2021 -
Merge pull request #531 from github/adityasharad/actions/enterprise-v…
…ersions-upstream-only Actions: Run enterprise versions workflow only on the parent repo
Aditya Sharad authored and GitHub committedMay 26, 2021 -
Merge pull request #527 from github/update-v1-eeaefb60
Merge main into v1
Andrew Eisenberg authored and GitHub committedMay 26, 2021 -
Actions: Run enterprise versions workflow only on the parent repo
Don't run the cron workflow on forks, since they lack the necessary secrets.
Aditya Sharad authored and GitHub committedMay 26, 2021
Commits on May 24, 2021
-
Arthur Baars committed
May 24, 2021
Commits on May 23, 2021
-
Arthur Baars committed
May 23, 2021 Copy the full SHA 4f51b8cView commit details
Commits on May 21, 2021
-
Add release and mergeback workflows
This commit ensures that the changelog is updated before a release with the correct date and version. Also, after a release, a mergeback PR is created to ensure that the changelog update and version bump is available in main.
Andrew Eisenberg committedMay 21, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 800a951View commit details -
Arthur Baars committed
May 21, 2021 Copy the full SHA 9170009View commit details -
Add Ruby as a possible language
Arthur Baars committedMay 21, 2021 Copy the full SHA c3633dcView commit details -
Merge pull request #517 from github/aibaars-additional-packs
Use --additional-packs instead of --search-path
Andrew Eisenberg authored and GitHub committedMay 21, 2021 Unverified
No user is associated with the committer email.Copy the full SHA eeaefb6View commit details