Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch3 #55

Open
wants to merge 41 commits into
base: releases/v1
Choose a base branch
from
Open

Patch3 #55

wants to merge 41 commits into from

Commits on Aug 16, 2019

  1. Fix typo in README

    Found this while reading the source for some GitHub actions.
    robinbrandt authored Aug 16, 2019
    1 Configuration menu
    Copy the full SHA
    c99bd8f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Merge pull request #6 from robinbrandt/patch-1

    Fix typo in README
    Mike Coutermarsh authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    2144f78 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Fix url

    Danny McCormick authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    215051d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Update description

    ethomson committed Nov 8, 2019
    3 Configuration menu
    Copy the full SHA
    1ba5d0f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Update action.yml

    Revert name
    Andy McKay authored Nov 12, 2019
    10 Configuration menu
    Copy the full SHA
    14a05b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from actions/ethomson/update_description

    Update description
    Andy McKay authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    6947fba View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. 3 Configuration menu
    Copy the full SHA
    d462311 View commit details
    Browse the repository at this point in the history
  2. swap to npm install

    thboop committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    fe6b124 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge pull request #22 from thboop/main

    Add Licensed to verify third party dependencies
    hross authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ccbe329 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. 1 Configuration menu
    Copy the full SHA
    fd47e65 View commit details
    Browse the repository at this point in the history
  2. Use node version 14.4.0 (#24)

    Closes #23
    JeroenKnoops authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a5c969e View commit details
    Browse the repository at this point in the history
  3. Revert "update licenses and added package-lock (#26)" (#27)

    This reverts commit fd47e65.
    David Kale authored Oct 27, 2020
    2 Configuration menu
    Copy the full SHA
    bd33205 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    6dc4929 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Create CODEOWNERS

    hross authored Feb 4, 2021
    6 Configuration menu
    Copy the full SHA
    55b296e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    07f2b50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from actions/TingluoHuang-patch-1

    Create codeql-analysis.yml to enable code scan
    TingluoHuang authored Mar 30, 2022
    1 Configuration menu
    Copy the full SHA
    dafa9ae View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Update README.md

    Alirezaaraby authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    668eef3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    6b06292 View commit details
    Browse the repository at this point in the history
  2. Update licenses

    thyeggman committed Oct 3, 2022
    2 Configuration menu
    Copy the full SHA
    01781a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge pull request #103 from thyeggman/thyeggman/fix-octokit-error

    Updating bundled toolkit packages and fix error
    thboop authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    51a6bff View commit details
    Browse the repository at this point in the history
  2. 1.1.1

    Cory Miller committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    92b3521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9caa2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #104 from actions/releases/v1.1.1

    Update package version
    cory-miller authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1d8459c View commit details
    Browse the repository at this point in the history
  5. Use first-interaction in the repository

    Cory Miller committed Oct 6, 2022
    1 Configuration menu
    Copy the full SHA
    ba7d609 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #105 from actions/users/cory-miller/add-first-inte…

    …raction
    
    Use first-interaction in the repository
    cory-miller authored Oct 6, 2022
    1 Configuration menu
    Copy the full SHA
    64bdb23 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. 1 Configuration menu
    Copy the full SHA
    0ae396c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Upgrade codeql actions to v2

    Currently we're using v1, and there have been some important changes since then.
    
    In particular, the latest version, v2.14.4, contains an important security patch:
    
    > The CodeQL CLI no longer supports the `SEMMLE_JAVA_ARGS` environment variable. All previous versions of the CodeQL CLI perform command substitution on the `SEMMLE_JAVA_ARGS` value (for example, replacing `'$(echo foo)'` with `'foo'`) when starting a new Java virtual machine, which, depending on the execution environment, may have security implications. Users are advised to check their environments for possible `SEMMLE_JAVA_ARGS` misuse.
    
    See the [codeql-action release notes](https://github.com/github/codeql-cli-binaries/releases/tag/v2.14.4) for full details.
    pje authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cc18bea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #275 from actions/pje/upgrade-codeql-actions-to-v2

    Upgrade codeql actions to v2
    pje authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    75f2492 View commit details
    Browse the repository at this point in the history
  3. 1.2.0

    pje committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    15b3c5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #276 from actions/releases/v1.1.1

    Update package.json version to v1.2.0
    pje authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1dbfe1b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update base image to node:18.18.2-buster-slim

    Add dependency on @octokit/rest to satisfy build requirements.
    AllanGuigou committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c23c7ec View commit details
    Browse the repository at this point in the history
  2. Update licensed cache

    AllanGuigou committed Nov 28, 2023
    1 Configuration menu
    Copy the full SHA
    f3836b2 View commit details
    Browse the repository at this point in the history
  3. Update license to MIT

    AllanGuigou committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3aee370 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update to node 20.10

    AllanGuigou committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    625b194 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #287 from actions/bump-node-to-v18

    Update base image to node:20.10-buster-slim
    AllanGuigou authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    001cc8d View commit details
    Browse the repository at this point in the history
  3. 1.3.0

    AllanGuigou committed Nov 29, 2023
    1 Configuration menu
    Copy the full SHA
    3c71ce7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #288 from actions/allanguigou/bump-minor-version

    Bump Version to 1.3.0
    AllanGuigou authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    34f15e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #274 from TheGuptaEmpire/first-contributor

    Installed @actions/core
    ncalteen authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c1f2042 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from Alirezaaraby/patch-2

    Update README.md
    ncalteen authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    de709c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe1cfc1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from tacaswell/doc_complete_example

    DOC: adjust the example to show a full yaml file
    ncalteen authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    41ddf9c View commit details
    Browse the repository at this point in the history