Commit Graph

32 Commits (main)

Author SHA1 Message Date
Konrad Pabjan 4c0ff1c489
Update release-new-action-version.yml (#516) 3 months ago
Rob Herley 530ed2c9b8
use correct artifact name in test 4 months ago
Rob Herley 53ef6987b3
add additional integration test for merge all behavior 4 months ago
Rob Herley 90b0f8eed8
add workflow to test merging 4 months ago
Rob Herley 8d531b15a6
reorganize upload code in prep for merge logic, add more tests 4 months ago
Rob Herley 49552fcb82
add overwrite tests to workflow 4 months ago
Rob Herley 6c139afa6f
update imports and old v4-beta references 5 months ago
Rob Herley 6a5077f99b
update docs and bump @actions/artifact 5 months ago
Luís Ferreira 65d862660a
chore(github): remove trailing whitespaces (#313)
Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
1 year ago
Luís Ferreira 0b7f8abb15
ci(github): update action/download-artifact from v1 to v3 (#312)
Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
1 year ago
Konrad Pabjan 013d2b89ba
Create devcontainer for codespaces + update all dev dependencies (#375)
* Create devcontainer for codespaces

* Use node 16 for devcontainer and CI

* Fix node version incompatibility error

* Remove caching

* Add npm build to check-dist

* Remove new caching

* use npm install

* Test node 14

* Update check dist with node 16

* Use node 18.x for check-dist

* Npm install vs CI

* Update package.json scripts

* test

* Remove caching

* npm run test

* testing

* test

* test

* One more test

* Test

* test

* Update everything

* use vercel

* Test

* Update index.js

* Test

* Remove codeql warnings

* Use NPM CI vs install

* Small tweaks to existing workflows
1 year ago
Luís Ferreira 7a5d4831f7
ci(github): update action/checkout from v2 to v3 (#315)
Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
1 year ago
James M. Greene 7fe6c13ac8
Update to latest `actions/publish-action` (#363)
To avoid Actions core deprecation messages.

https://github.com/actions/publish-action/releases/tag/v0.2.1
1 year ago
Konrad Pabjan a009a66585
Create release-new-action-version.yml (#277) 2 years ago
Rob Herley f061e61d75
rm dupe security vulnerability from issue template 3 years ago
Rob Herley ecd66f1683
add issue templates 3 years ago
Brian Cristante 11e311c8b5
Remove path filters (#229) 3 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>
3 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>
3 years ago
Brian Cristante 2368feccd5
Avoid triggering push for Dependabot branches (again) (#223) 3 years ago
Brian Cristante 8507687653
avoid triggering push for Dependabot branches 3 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.
3 years ago
Josh Gross a2af908e3a
Fix CODEOWNERS team name 3 years ago
Brian Cristante 928d1a16d9
Create CODEOWNERS (#149) 4 years ago
Thomas Boop 350822c32f Add Licensed Workflow and config 4 years ago
Konrad Pabjan ee5fe7718d
Update test.yml 4 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>
4 years ago
Nick Schonning 9bcc1e21d0
chore: Remove CodeQL strategy (#79)
The job isn't using a matrix, so this value isn't allowed
4 years ago
Josh Gross d6636db5bd
Add paths-ignore for md files 4 years ago
Josh Gross 1c797a4e6c
Create codeql-analysis.yml 4 years ago
Konrad Pabjan e59920f5cf Update issue templates 4 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
4 years ago