Skip to content

Commits

Permalink
2c2ebdc5c5
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 2, 2021

  1. 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 committed Jun 2, 2021
    Copy the full SHA
    2c2ebdc View commit details
  2. 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 committed Jun 2, 2021
    Copy the full SHA
    3708898 View commit details

Commits on Jun 1, 2021

  1. 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 committed Jun 1, 2021
    Copy the full SHA
    539d968 View commit details
  2. Merge pull request #534 from github/aeisenberg/mergeback-fix

    Fix the mergeback workflow
    Andrew Eisenberg authored and GitHub committed Jun 1, 2021
    Copy the full SHA
    4b4a5ee View commit details

Commits on May 31, 2021

  1. 1.0.1

    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    f0e82b7 View commit details
  2. 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 committed May 31, 2021
    Copy the full SHA
    c02d8cc View commit details
  3. Manually update the CHANGELOG

    This should have happened in a mergeback PR, but the workflow to
    generate this was broken.
    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    a94829c View commit details
  4. Copy the full SHA
    7d701d2 View commit details
  5. Fix the mergeback workflow

    We need to tag and mergeback if the tag does _not_ already exist.
    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    981b5cb View commit details
  6. Merge pull request #516 from github/aeisenberg/user-agent

    Send version and mode to code scanning via user agent
    Andrew Eisenberg authored and GitHub committed May 31, 2021
    Copy the full SHA
    ca94508 View commit details
  7. Use the version from package.json in the runner

    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    1a4cdd3 View commit details
  8. 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 committed May 31, 2021
    Copy the full SHA
    4164096 View commit details
  9. 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 committed May 31, 2021
    Copy the full SHA
    4758879 View commit details
  10. Merge pull request #438 from okyanusoz/patch-1

    Fix wording in README
    Andrew Eisenberg authored and GitHub committed May 31, 2021
    Copy the full SHA
    fad7cc4 View commit details
  11. Merge pull request #533 from github/update-v1.0.0-ff75ec7f

    Merge main into v1
    Andrew Eisenberg authored and GitHub committed May 31, 2021
    Copy the full SHA
    4917d3c View commit details
  12. Remove leading newline

    Minor change.
    Andrew Eisenberg authored and GitHub committed May 31, 2021
    Copy the full SHA
    dd66f44 View commit details
  13. 1.0.0

    github-actions[bot] committed May 31, 2021
    Copy the full SHA
    cf57db7 View commit details

Commits on May 28, 2021

  1. Merge branch 'main' into patch-1

    Andrew Eisenberg authored and GitHub committed May 28, 2021
    Copy the full SHA
    d9a17ba View commit details
  2. Merge pull request #532 from github/henrymercer/analysis-summaries-cu…

    …stom-queries
    
    Analyze: Log analysis summaries for custom queries
    Henry Mercer authored and GitHub committed May 28, 2021
    Copy the full SHA
    ff75ec7 View commit details
  3. Add changelog note

    Henry Mercer committed May 28, 2021
    Copy the full SHA
    1362396 View commit details
  4. Analyze: Log analysis summaries for custom queries

    Henry Mercer committed May 28, 2021
    Copy the full SHA
    2338fe5 View commit details

Commits on May 27, 2021

  1. Merge pull request #510 from github/aeisenberg/update-changelog-on-re…

    …lease
    
    Add release and mergeback workflows
    Andrew Eisenberg authored and GitHub committed May 27, 2021
    Copy the full SHA
    2ccefac View commit details
  2. Merge branch 'main' into aeisenberg/update-changelog-on-release

    Andrew Eisenberg authored and GitHub committed May 27, 2021
    Copy the full SHA
    8b01108 View commit details
  3. Add bump runner version whenever action is versioned

    Ensures that the runner version is bumped along with the action version.
    Andrew Eisenberg committed May 27, 2021
    Copy the full SHA
    ea89b06 View commit details

Commits on May 26, 2021

  1. Merge pull request #513 from github/aibaars-patch-1

    Add Ruby as a possible language
    Arthur Baars authored and GitHub committed May 26, 2021
    Copy the full SHA
    12b2dc6 View commit details
  2. Merge branch 'main' into aibaars-patch-1

    Arthur Baars authored and GitHub committed May 26, 2021
    Copy the full SHA
    213f540 View commit details
  3. 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 committed May 26, 2021
    Copy the full SHA
    f4e2dc7 View commit details
  4. Merge pull request #527 from github/update-v1-eeaefb60

    Merge main into v1
    Andrew Eisenberg authored and GitHub committed May 26, 2021
    Copy the full SHA
    6764ac6 View commit details
  5. 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 committed May 26, 2021
    Copy the full SHA
    a55e7e1 View commit details

Commits on May 24, 2021

  1. Address comments

    Arthur Baars committed May 24, 2021
    Copy the full SHA
    44c6b33 View commit details

Commits on May 23, 2021

  1. Check available languages

    Arthur Baars committed May 23, 2021
    Copy the full SHA
    4f51b8c View commit details

Commits on May 21, 2021

  1. 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 committed May 21, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    800a951 View commit details
  2. Fix unit test

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    9170009 View commit details
  3. Add Ruby as a possible language

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    c3633dc View commit details
  4. Merge pull request #517 from github/aibaars-additional-packs

    Use --additional-packs instead of --search-path
    Andrew Eisenberg authored and GitHub committed May 21, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    eeaefb6 View commit details
Older