Skip to content
#

github-actions

actions logo

GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.

“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."

Featured Actions

Getting Started

Community & Support

Taking Action With GitHub Actions

Here are 1,069 public repositories matching this topic...

gh-action-pypi-publish
tzulberti-jampp
tzulberti-jampp commented Feb 19, 2020

I am not sure if this belongs here, but I am having an issue when using this Github Action.

This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120

and the content is:

Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl

  0%|          | 0.00/30.5k [00:00<?, ?B/s]
100%|
enhancement help wanted good first issue
jackton1
jackton1 commented Jul 11, 2021

Is your feature request related to a problem? Please describe.

Given that both files and directories can be added using the files input which seems limited to describing files.

Describe the solution you'd like?

Proposed change here would be renaming files to paths which is more generic and can describe both file based paths and directories.

Describe alternatives you'v

enhancement good first issue
simar7
simar7 commented Aug 17, 2021

Today Trivy does not offer the ability to display vulnerabilities while still returning a pass for the pipeline run

Example:
Project has 4 vulns: 2 high, 2 low, 0 critical
$ trivy fs --exit-code=1 --severity=CRITICAL .

What I got:
Trivy shows no vulnerabilities. Exit code 0.

What I want:
Show all vulnerabilities regardless of the level, still have an exit code of 0 as no

enhancement help wanted good first issue
loosebazooka
loosebazooka commented Apr 29, 2021

When using github job specific permissions and not allowing pr writes, this action should error.

I believe the issue is here:
https://github.com/repo-sync/pull-request/blob/master/entrypoint.sh#L84

Using || true will allow this command to succeed even during failure?

To recreate:

  1. Make default action permission in repo = read-only
    `Settings -> Actions -> Workflow permissions -> R
enhancement help wanted good first issue
oleg-nenashev
oleg-nenashev commented Oct 26, 2021

This repository now has GitHub Issues enabled. It would be awesome to move https://github.com/jenkinsci/jenkinsfile-runner-github-actions#current-limitations--todos to GitHub issues so that potential contributors can see the issues and potentially contribute to them

Acceptance criteria

  • Review the status of the TODO items
  • Create issues for ones that are still actual. Some items need u
good first issue community chore