Commit Graph

27 Commits (d246cada31eafd38b1868846a7c21cc3f4a185f2)

Author SHA1 Message Date
Matthieu MOREL a4b8dab85f
Update licensed.yml 4 years ago
Matthieu MOREL 99ce3912f0
Update licensed.yml 4 years ago
Matthieu MOREL 05ee1a425f
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL bbba44193e
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL dd9f448247
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL 6756fb6e5e
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL c4f65cdfc5
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL 72f656fe3b
Update .github/workflows/check-dist.yml 4 years ago
Matthieu MOREL 5cfad07535
Update test.yml 4 years ago
Matthieu MOREL 56e8d67af7
Update .github/workflows/test.yml 4 years ago
Matthieu MOREL 164cda14e0
Update check-dist.yml 4 years ago
Matthieu MOREL f6b564174d
Update licensed.yml 4 years ago
dependabot[bot] 739393847e
Bump actions/setup-node from 1 to 2.3.0 (#2)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 764a96a16b
Bump actions/download-artifact from 1 to 2.0.10 (#1)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 2.0.10.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v1...v2.0.10)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Brian Cristante 11e311c8b5
Remove path filters (#229) 4 years ago
Brian Cristante 317b58f0d1
Fix YAML types in licensed.yml (#228)
* fix YAML types in licensed.yml

* Update .github/workflows/licensed.yml

Co-authored-by: Josh Gross <joshmgross@github.com>

* formatting

Co-authored-by: Josh Gross <joshmgross@github.com>
4 years ago
Brian Cristante 8d06e6c094
Create check-dist.yml (#227)
* Create check-dist.yml

* steps.if still needs ${{ }} when the expr has operators

* single quotes?

* npm install

* mess with index.js

* add if failure()

* Copy the correct version back in from the artifact

* Update .github/workflows/check-dist.yml

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>

* formatting & language

* npm ci

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
4 years ago
Brian Cristante 2368feccd5
Avoid triggering push for Dependabot branches (again) (#223) 4 years ago
Brian Cristante 8507687653
avoid triggering push for Dependabot branches 4 years ago
Robin Neatherway a1af2e8f43
Add on: pull_request trigger to CodeQL workflow (#165)
From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.

Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.

See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
5 years ago
Thomas Boop 350822c32f Add Licensed Workflow and config 5 years ago
Konrad Pabjan ee5fe7718d
Update test.yml 5 years ago
Konrad Pabjan f265ac5693
Multi Path Artifact Upload + Exclude Character Support (#94)
* Support for multi path upload

* Update README

* Fix tests

* Actually fix tests

* PR feedback

* Fix

* Apply suggestions from code review

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>

* Fix more tests

Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>
5 years ago
Nick Schonning 9bcc1e21d0
chore: Remove CodeQL strategy (#79)
The job isn't using a matrix, so this value isn't allowed
5 years ago
Josh Gross d6636db5bd
Add paths-ignore for md files 5 years ago
Josh Gross 1c797a4e6c
Create codeql-analysis.yml 5 years ago
Konrad Pabjan e7eefc4917
V2 Upload Artifact (#70)
* V2 Preview (#54)

* V2 Upload Artifact

* Improve logs

* Update release

* Update test.yml

* Update test.yml

* Update test.yml

* @actions/artifact v0.2.0 package

* Add extra YAML test

* Extra Documentation

* Update README.md

* Update README.md

* Update NPM packages

* Update to @actions/artifact 0.3.1

* Update readme from v2 preview to v2

* Add .gitattributes

* Misc Updates

* macOS to macos

* Update YAML so only push events trigger on the master branch
5 years ago